home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / bbs / Cit_exec_8B13.lha / read.me < prev    next >
Text File  |  1998-02-15  |  18KB  |  337 lines

  1.  Note:  8B13
  2.  See the UPDATE.TXT file for additional changes, bug fixes, ect...
  3.  
  4.  
  5.  *AFTER* 3.42.Q16, I changed the version identification to make it simpler
  6.  and to eliminate some of the confusion as to what version Citadel 68K is
  7.  closer to(Citadel 86 version 3.42 was the original base, 3.48 updates were
  8.  applied).
  9.  
  10.  Suggested install Instruction of this version of Citadel;
  11.  
  12.    1) cit_messages.sys
  13.  
  14.      This file contains the messages used by Citadel.  about 90% of the
  15.      messages are in this file.  You can customize the messages.  The
  16.      file included has cit:helps as the location of several help files
  17.      so check to see that everything is correct for your system.
  18.      The messages with an "@" are references to files that must be on
  19.      your system(they should be included here or in the helps).
  20.  
  21.      This file goes in the #MSGAREA directory.  The file format is
  22.      included as comments in this file.  All the extra files in the
  23.      archive named *.MSG also go in this area.  On my BBS, the area
  24.      is called "CIT:GENERAL/", this directory contains these files.
  25.  
  26.      This means you will find references to:
  27.  
  28.       "@cit:general/filename"
  29.  
  30.      You must customize your BBS message file or define CIT:GENERAL
  31.      and put the files there.
  32.  
  33.      If you are updating from a previous version, there is a file
  34.      called MESSAGE.UPDATES that you need to look at to see the changes
  35.      that were made from the .Q02 version.
  36.  
  37.    2) BADNAMES.SYS and BADPASSWORDS.SYS are files that are checked when a
  38.       user is creating their account.  You may use the files included in
  39.       the archive or make your own.  If you do not put these files in
  40.       the room area, Citadel will not check User names and Password
  41.       for validity except to make sure the password is at leas 5 chars
  42.       long and not a duplicate of someone elses.  These work the same
  43.       way BADWORDS.SYS does.  Also is the BADPEOPLE.SYS capability.  This
  44.       file also goes in the ROOMAREA and is used to supress messages from
  45.       any particular user, in any particular room, or from any particular
  46.       system.  There are three field, one line per entry.  You do not need
  47.       this file, it is optional.  It kills any message that matches the
  48.       room, name, and system specified.  A "*" can be used for all.  You
  49.       could for example supress all message from a particular user in a
  50.       room, from any system, if the user is TOM, the ROOM COMPUTER, you
  51.       could have:
  52.  
  53.       TOM SMITH,COMPUTER,*
  54.  
  55.       The fields are separated by commas.  An entry of "*,*,*" is illegal
  56.       and will generate an error(after all why net at all if your going
  57.       to kill all message).  If TOM SMITH is a real pain and you want to
  58.       suppress all messages in all rooms, change "COMPUTER" to "*" to get
  59.       an entry like:
  60.  
  61.       TOM SMITH,*,*
  62.  
  63.       This will only affect networked messages you recieve!  Any messages
  64.       entered on your system will be accepted normally.
  65.  
  66.       Note:  This is pure censorship, it deletes the messages totally and
  67.       no other system `downstream' network wise will see the messages or
  68.       even have the option to see them, they are deleted from your system.
  69.       To supress them on only your system turned out to be too much of a
  70.       problem in the software, live with it... I do not recommend using it
  71.       although, a certain user that was a real pain from a local system
  72.       did have this invoked(a test, but he deserved it...)  At one point,
  73.       some systems were fighting in a room, several people were involved
  74.       and you could have an entry like:
  75.  
  76.        *,BBS LIST,BAD GUYS BBS
  77.  
  78.       That would censor all their messages, no matter what the content.
  79.       I came very close to doing this at one point...  This is an option,
  80.       use it only as a last resort... If the messages really are not a
  81.       problem, ignore them, don't censor them...
  82.  
  83.    3) The VORTEX checking is on by default.  If you do not wish it, you
  84.       must use the "-vortex" option on the command line.  If you have the
  85.       "+vortex" it will have no effect.
  86.  
  87.    4) +netlog and +netdebug are now more effective and if you do not
  88.       specify either one, Citadel will be very silent during a net session.
  89.       +netdebug messages will give alot more detail and if you want
  90.       +netdebug, you should also specify +netlog.  Note: not specifying
  91.       at least +netlog will result in some messages appearing in debug.sys
  92.       by default.  This will change in later versions.
  93.  
  94.       In addition, +CID or +RESULTS on the command line will allow you
  95.       to record the text send from the modem during the baud rate recognition.
  96.       The +CID will record after the first RING is seen, the +RESULTS will
  97.       record all text lines.  The idea of these options is to collect
  98.       caller id info(+CID) and for debuging all modem text(+RESULTS).
  99.       The information will go into the auditarea in debug.sys.
  100.  
  101.    5) parameters for QWK parameters:
  102.  
  103.    #QWKWORKAREA  "<directory>"
  104.      Work directory for temporary files.
  105.    #QWKFILEAREA  "<directory>"
  106.      Where all user data files are saved.
  107.    #QWKMAXROOM     <number>
  108.      This parameter defines the maximum rooms that will be scanned for
  109.      messages for a single packet.  If you set this to say 100 and have
  110.      200 rooms, then a user can only collect 100 rooms with messages at
  111.      a time.  This sets the maximum, users can set a lower number if they
  112.      desired.
  113.    #QWKMAXPACKET  10000
  114.      This parameter defines the manimum number of messages that can be
  115.      collected at one time.  The user can set a smaller limit if desired.
  116.    #QWKNAME      "STRING"
  117.      This parameter defines the name of the QWK packet.  In this example,
  118.      the downloaded packet would be called "STRING.QWK".
  119.    #QWKLOCATION  "MEDFORD, NJ"
  120.      This parameter defines the location of the BBS(displayed by the
  121.      QWK reader).
  122.    6) parameter for biography
  123.  
  124.    #BIOAREA "<directory>"
  125.  
  126.      This specifies the directory you wish to use for the Biographies
  127.      that users enter.  The default will be the home area so it is a
  128.      good idea to specify" #BIOAREA "bio"  to get the current default.
  129.  
  130.    7) Vortex checking.  Citadel automatically checks for vortexed networked
  131.       messages.  It will reject any message originating on your BBS(if it
  132.       returns in a net session), or any message it has already seen.  There
  133.       were improvements in this checking and you will need to go into the
  134.       #NETAREA and delete all the *.vex and, v*.sys files.  Citadel will
  135.       create a sub-directory called vortex and put all its files there.
  136.       there will be a slight increase in disk usage.  To eliminate this
  137.       checking, specify -vortex on the command line.
  138.  
  139.       There is a new structure for the vortex files, each room gets a
  140.       file in the #NETAREA vortex directory.  Delete all the files in
  141.       this area to use this version.
  142.  
  143.     8) There is extensive support for email networking.  To make use
  144.        of this feature, you must grab the archive
  145.        Citadel_Email_Networking.lha
  146.  
  147.  
  148.  ***Legal-ease***
  149.  
  150.  Citadel 68K and Amiga Citadel are trademarks of this Citadel BBS program
  151.  and may not be used for other variants.  This software is FREEWARE and
  152.  may not be distributed on any system that claims a copyright.  If you have
  153.  specific questions about the use and rights to this software, contact me
  154.  on The Amiga Zone (609) 953-8159.  ***This product is not for resale***.
  155.  You may not include Citadel or Citadel related files in any collection
  156.  sold for a profit without my express written permission.  Source for the
  157.  Amiga Citadel is 100% public domain and available for downloading.
  158.  If someone sold you a copy of this program, please let me know, it is not
  159.  for sale.  The only exception is the Aminet and Fred Fish CD collections.
  160.  Those collections may re-distribute this program and the related utilities.
  161.  No commercial collection may distribute this program nor may any system
  162.  attempt to copyright these works just because someone uploaded it to that
  163.  system.  If other software collections would like to include Citadel 68K
  164.  distributions, please contact me, My only wish is that the very latest is